home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 June / Macworld (1999-06).dmg / Serious Software / Masterapp demo / masterapp.dir / 00006_Script_6 < prev    next >
Text File  |  1999-03-17  |  180b  |  8 lines

  1. on mouseUp
  2.   set y = the mouseLine
  3.   if y > 0 then
  4.     hilite line y of field "Task List"
  5.     set lineText = line y of field "Task List"
  6.     clickLine(lineText)
  7.   end if
  8. end